Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Summary

Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Summary
Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Summary

The Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Summary schema provides signature verification summary for a Supervisor Service version.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "service": "string",
    "version": "string",
    "supervisor": "string",
    "supervisor_name": "string",
    "status": "string",
    "images": [
        {
            "url": "string",
            "digest": "string",
            "status": "string",
            "certificate_chain": [
                "string"
            ],
            "last_verified_at": "string"
        }
    ]
}
string
service
Required

The identifier of the Supervisor Service.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.

string
version
Required

The version of the Supervisor Service.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.

string
supervisor
Required

The identifier of the Supervisor managing the Service version.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.

string
supervisor_name
Required

The name of the Supervisor managing the Service version.

This property was added in vSphere API 9.1.0.0.

string
status
Required

The overall trust status of the service version. This aggregates the status of all image package bundles referenced by the service version.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Status.

This property was added in vSphere API 9.1.0.0.

images
Required

A list of container image artifacts and their corresponding signature verification results associated with the service version.

This property was added in vSphere API 9.1.0.0.